#container-general {
  display: flex;
  flex-direction: column;
}

#hero{
  position: relative;
  min-height: 100vh;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

#container-hero{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr min-content;
  place-items: center;
  gap: 20px;
  padding-top: 50px;
}

#container-title {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  color: white;
  grid-area: 1 / 1 / 2 / 2; 
  justify-self: flex-end;
}

#hero h1 {
  font-size: 100px;
  margin-bottom: 0 !important;
  font-family: Plus Jakarta Sans,  sans-serif;
  font-weight: 600;
  text-shadow: -1px -1px 25px rgba(255,255,255,0.24);
}

#hero p {
  position: relative;
  left: 4px;
  font-size: 20px;
  font-family: var(--fuenteTitulos), var(--fuenteTitulosAlternativa);
  font-weight: bold;
}

@media (max-width: 600px) {
  #hero h1 {
    font-size: 80px;
  }
}

@media (max-width: 500px) {
  #hero h1 {
    font-size: 70px;
  }

  #hero p {
    font-size: 15px;
  }
}

@media (max-width: 400px) {
  #hero h1 {
    font-size: 50px;
  }
}

@media (max-width: 300px) {
  #hero h1 {
    font-size: 47px;
  }

  #hero p {
    font-size: 14px;
  }
}

#hero img{
  grid-area: 1 / 2 / 2 / 3; 
  justify-self: flex-start;
}

#arrow {
  color: white;
  font-size: 50px;
  animation: arribaAbajo 1s infinite;
  grid-area: 2 / 1 / 3 / 3;
}

@keyframes arribaAbajo {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}

#purple-light1{
  width: 950px;
  position: absolute;
  top: -350px;
  left: -400px;
  z-index: 1;
}

#purple-light2{
  width: 950px;
  position: absolute;
  bottom: -350px;
  right: -400px;
  z-index: 1;
}

#objectives {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  min-height: 655px;
  background: linear-gradient(
    black 0%,
    var(--colorMorado) 100%
  );
  padding-bottom: 100px;
  padding-top: 150px;
}

#container-objectives {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  background-color: white;
  width: 95%;
  max-width: 1200px;
  height: min-content;
  padding: 50px;
  gap: 20px;
  border-radius: 30px;
}

.objective {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.objective h4 {
  font-family: Montserrat;
  font-weight: 600;
}

.objective p {
  font-family: Poppins;
  font-weight: 300;
}

.container-objective-image {
  background: red;
  width: fit-content;
  padding: 10px;
  border-radius: 50%;
}

.container-objective-image img {
  width: 40px;
  height: 40px;
}

@media (min-width: 1000px) {
  #container-objectives {
    width: 85%;
  }
}
@media (max-width: 800px) {
  /* #objectives {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    height: 655px;
    background: linear-gradient(
      var(--colorVerdeOscuro) 0%,
      var(--colorMorado) 100%
    );
  } */

  #container-objectives {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    background-color: transparent;
    gap: 50px;
    padding: 0;
  }

  .objective {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: white;
    width: 100%;
    max-width: 400px;
    padding: 20px;
    border-radius: 30px;
  }

  #obj2 {
    align-self: end;
  }
}

@media (max-width: 400px) {
  #objectives h1 {
    font-size: 1.9rem;
  }
}

@media (max-width: 300px) {
  #objectives h1 {
    font-size: 1.7rem;
  }
}

#voice-archive {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  color: white;
  height: 1100px;
  background: linear-gradient(var(--colorMorado) 20%, var(--colorNegro) 100%);
  padding-bottom: 100px;
}

#text-to-speech {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  color: white;
  height: 1100px;
  background: linear-gradient(var(--colorNegro) 30%, var(--colorMorado) 100%);
  padding-bottom: 100px;
}

.texto-seccion {
  max-width: 1200px;
  font-size: 20px;
  display: flex;
  line-height: 35px;
  font-family: Poppins;
  margin-inline: 20px;
}

.visual-seccion {
  height: 700px;
  width: 1200px;
  border-radius: 20px;
}

iframe {
  border-radius: 20px;
}

#infosection {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(var(--colorMorado) 20%, var(--colorNegro) 100%);
  padding-bottom: 40px;
  gap: 50px;
}

#infosection h1 {
  color: white;
}

#container-info {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-inline: 10px;
  gap: 20px;
}

.contenedor-imagen {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0db39b;
  border-radius: 100%;
  margin: auto;
  min-width: 500px;
  min-height: 500px;
}

.svg_container {
  padding: 6em;
  position: relative;
  width: 80%;
  display: flex;
  justify-content: center;
  place-items: center;
}

.svg_container img {
  position: absolute;
}

.info-text {
  max-width: 600px;
  padding: 30px 20px;
  background-color: #0db39b;
  color: var(--colorBlanco);
  font-family: Poppins;
  font-weight: 300;
  letter-spacing: 3px;
}

.tlt {
  color: var(--colorBlanco);
}


@media (max-width: 1440px){
  #container-hero{
    grid-template-columns: 1fr;
    gap: 0;
    z-index: 5;
  }

  #container-title{
    align-items: center;
  }

  #container-hero img{
    display: none;
  }

}

@media (max-width: 1250px) {

  .texto-seccion {
    max-width: 1000px !important;
  }
  
  .visual-seccion {
    height: 500px !important;
    width: 1000px !important;
  }
  
  iframe {
    height: 500px !important;
    width: 1000px !important;
  }

}

@media (max-width: 1000px) {
  #infosection{
    gap: 20px;
  }
  
  #container-info {
    flex-direction: column;
  }

  .texto-seccion {
    max-width: 800px !important;
  }
  
  .visual-seccion {
    height: 500px !important;
    width: 800px !important;
  }
  
  iframe {
    height: 500px !important;
    width: 800px !important;
  }
}

@media (max-width: 800px) {
  #container-info {
    flex-direction: column;
  }

  .texto-seccion {
    max-width: 600px !important;
  }
  
  .visual-seccion {
    height: 350px !important;
    width: 600px !important;
  }
  
  iframe {
    height: 350px !important;
    width: 600px !important;
  }

  #purple-light1{
    width: 500px;
    top: -250px;
    left: -200px;
  }

  #purple-light2{
    width: 500px;
    bottom: -250px;
    right: -200px;
  }
}

@media (max-width: 600px) {
  #container-info {
    flex-direction: column;
  }

  .texto-seccion {
    margin-bottom: 10px !important;
  }

  .visual-seccion {
    height: 400px !important;
    width: 100% !important;
    border-radius: 0 !important;
  }
  
  iframe {
    height: 400px !important;
    width: 100% !important;
    margin: 0 20px !important;
    border-radius: 0 !important;
  }
}

@media (max-width: 520px) {
  #objectives h1,
  #voice-archive h1,
  #text-to-speech h1,
  #infosection h1 {
    font-size: 2rem !important;
  }
}

@media (max-width: 500px) {
  .contenedor-imagen {
    min-width: 400px;
    min-height: 400px;
  }

  .texto-seccion {
    max-width: 100% !important;
  }

  
  iframe {
    height: 400px !important;
    width: 100% !important;
  }

}

@media (max-width: 420px) {
  .texto-seccion {
    font-size: 18px;
  }

  #objectives h1,
  #voice-archive h1,
  #text-to-speech h1,
  #infosection h1 {
    font-size: 1.8rem !important;
  }

  #text-to-speech button, #voice-archive button{
    font-size: 25px;
  }

}

@media (max-width: 400px) {

  .contenedor-imagen {
    min-width: 300px;
    min-height: 300px;
  }

  #objectives h1,
  #voice-archive h1,
  #text-to-speech h1,
  #infosection h1 {
    font-size: 1.6rem !important;
  }

}

@media (max-width: 350px) {
  .texto-seccion {
    font-size: 15px;
  }

  #text-to-speech button, #voice-archive button{
    font-size: 22px;
  }

  #objectives h1,
  #voice-archive h1,
  #text-to-speech h1,
  #infosection h1 {
    font-size: 1.5rem !important;
  }
}

@media (max-width: 330px) {
  #objectives h1,
  #voice-archive h1,
  #text-to-speech h1,
  #infosection h1 {
    font-size: 1.3rem !important;
  }

  #voice-archive h1 {
    padding-top: 15px;
  }
}


@media (max-width: 300px) {
  .contenedor-imagen {
    min-width: 250px;
    min-height: 250px;
  }

  #objectives h1,
  #voice-archive h1,
  #text-to-speech h1,
  #infosection h1 {
    font-size: 1.2rem !important;
  }
}